HandleAllocated
Description
HandleAllocated
determines whether the Handle
property is set for the GDI font object. HandleAllocated
indicates whether the underlying GDI font object has been acquired. Use HandleAllocated
rather than reading the Handle
property. When an application reads the Handle
property, TmvFont
descendants automatically create the underlying GDI font object and return its handle if the property had not been previously set.
Syntax
function HandleAllocated: Boolean;